code_checker ~master (2018-07-16T19:27:17Z)
Dub
Repo
Logging
code_checker
cli
Settings for logging.
@
safe
struct
Logging {
VerboseMode
verbose
;
bool
toFile
;
AbsolutePath
dir
;
}
Members
Variables
dir
AbsolutePath
dir
;
Directory to log to.
toFile
bool
toFile
;
If logging to files should be done.
Meta
Source
See Implementation
code_checker
cli
functions
loadConfig
parseConfigCLI
setClangTidyFromDefault
structs
Compiler
Config
ConfigClangTidy
ConfigCompileDb
ConfigStaticCode
Logging
MiniConfig
Settings for logging.